home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / designjet.z / designjet
Text File  |  1998-10-30  |  9KB  |  265 lines

  1.  
  2.  
  3.  
  4. DDDDEEEESSSSIIIIGGGGNNNNJJJJEEEETTTT((((1111))))                     IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                      DDDDEEEESSSSIIIIGGGGNNNNJJJJEEEETTTT((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      designjet - HP DesignJet printer/plotter driver
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      _d_e_s_i_g_n_j_e_t ----PPPP pppprrrriiiinnnntttteeeerrrrnnnnaaaammmmeeee [ options ] [ inputfile ]
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      The _d_e_s_i_g_n_j_e_t driver is a device specific driver for HP DesignJet
  17.      printer/plotters.  The 650C and 750C plotters are supported.  _d_e_s_i_g_n_j_e_t
  18.      reads STIFF format image files and writes RTL commands to standard out
  19.      (the output is intended to be directed to the printer with an output
  20.      device specific driver).
  21.  
  22.      The driver opens and maintains the POD printer database files for the
  23.      specified printer.  The file <_p_r_i_n_t_e_r_n_a_m_e>._c_o_n_f_i_g contains the detailed
  24.      information on the printer's capabilities, <_p_r_i_n_t_e_r_n_a_m_e>._s_t_a_t_u_s contains
  25.      the information on operational status of the printer, and
  26.      <_p_r_i_n_t_e_r_n_a_m_e>._l_o_g contains the information on print job history.  For
  27.      more information on the POD files refer to the _l_i_b_p_o_d(_3) man page.
  28.  
  29.  
  30. IIIINNNNPPPPUUUUTTTT FFFFIIIILLLLEEEE FFFFOOOORRRRMMMMAAAATTTT
  31.      _d_e_s_i_g_n_j_e_t assumes that its input is coming from its standard input
  32.      (stdin) unless a filename is specified after any and all command line
  33.      options.
  34.  
  35.  
  36.      _d_e_s_i_g_n_j_e_t accepts the input files in chunky STIFF format and supports 1
  37.      bit K and 1 bit RGB colorspaces. STIFF is a streamable subset of TIFF
  38.      6.0.  For more information on the STIFF image file format, see the
  39.      _l_i_b_s_t_i_f_f(_3) man pages.
  40.  
  41.  
  42.  
  43. UUUUSSSSAAAAGGGGEEEE
  44.      ----PPPP _p_r_i_n_t_e_r_n_a_m_e
  45.                Specifies the printer with which _d_e_s_i_g_n_j_e_t is communicating.
  46.                _p_r_i_n_t_e_r_n_a_m_e is the name under which the SystemVR3 spooler
  47.                recognizes the printer, as given on the _l_p command line.  This
  48.                option is required.
  49.  
  50.  
  51.      ----ssss        Specifies that the driver should exit after ascertaining
  52.                printer status and updating the POD status file.
  53.  
  54.  
  55.      ----DDDD        Turns on debugging information.  Five levels of debugging
  56.                information are supported: none, coarse detail, medium detail,
  57.                fine detail, and extra finer detail.  These correspond to 0, 1,
  58.                2, 3, and 4 or more ----DDDD switches given on the command line.
  59.                That is, multiple ----DDDD options given on the command line result
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DDDDEEEESSSSIIIIGGGGNNNNJJJJEEEETTTT((((1111))))                     IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                      DDDDEEEESSSSIIIIGGGGNNNNJJJJEEEETTTT((((1111))))
  71.  
  72.  
  73.  
  74.                in progressively more detailed debugging information.
  75.  
  76.  
  77.      ----XXXX _H_o_r_i_z_o_n_t_a_l_R_e_s_o_l_u_t_i_o_n
  78.                Specifies the horizontal resolution at which to print, one of
  79.                the following: 300 or 600 (only the 750C supports 600DPI and
  80.                600DPI is only supported in monochrome mode).
  81.  
  82.  
  83.      ----YYYY _V_e_r_t_i_c_a_l_R_e_s_o_l_u_t_i_o_n
  84.                Specifies the vertical resolution at which to print, one of the
  85.                following: 300 or 600 (only the 750C supports 600DPI and 600DPI
  86.                is only supported in monochrome mode).
  87.  
  88.  
  89.      ----SSSS _P_a_p_e_r_S_i_z_e
  90.                Specifies the papersize to request from the printer.  This may
  91.                be any papersize recognized by libpod(3), but only those sizes
  92.                listed in the printer configuration file should be used.  This
  93.                is normally derived from the printer status database, but if
  94.                given, it overrides and will be written to the printer status
  95.                database.
  96.  
  97.  
  98.      ----hhhh        Print a usage statement.
  99.  
  100.  
  101.      ----FFFF _F_i_l_e_F_o_r_m_a_t
  102.                Format of file to print. _F_i_l_e_F_o_r_m_a_t can be "hpgl" or "stiff".
  103.                If "hpgl" is specified the input stream is sent to the plotter
  104.                unaltered.
  105.  
  106.  
  107.      ----jjjj _Q_u_a_l_i_t_y_M_o_d_e
  108.                Specifies the quality mode to use.  _Q_u_a_l_i_t_y_M_o_d_e can be
  109.                "economode", "normal" or "presentation".
  110.  
  111.  
  112.      ----oooo _d_M_e_d_i_a_T_y_p_e
  113.                Specifies media type loaded in plotter. MediaType can be
  114.                "plain", "special", "glossy", or "transparency:.
  115.  
  116.  
  117.      ----RRRR        Rotate Plot. Should be specified to rotate plot 90 degrees
  118.                (swaps X and Y axis). This saves paper on roll sheets by
  119.                printing the long edge of the paper size along the leading edge
  120.                of the paper roll.  If the image size will not fit after being
  121.                rotated then the rotation is not done (E size plots can not be
  122.                rotated so -R is ignored if paperize is E).
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. DDDDEEEESSSSIIIIGGGGNNNNJJJJEEEETTTT((((1111))))                     IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                      DDDDEEEESSSSIIIIGGGGNNNNJJJJEEEETTTT((((1111))))
  137.  
  138.  
  139.  
  140.      ----BBBB _b_u_f_f_e_r__s_i_z_e
  141.                Size of buffer to use to read and write data.  Specified in
  142.                bytes.
  143.  
  144.  
  145.  
  146. EEEEXXXXIIIITTTT CCCCOOOODDDDEEEESSSS
  147.      The driver normally exits with an exit code of zero (0), denoting no
  148.      error.  A number of exit codes are supported to give more information
  149.      about unsuccessful exits.
  150.  
  151.      The error codes 1 through 18 denote the following meanings, in order:
  152.  
  153.           CODE    REASON
  154.              1       unknown error
  155.              2       bad command line or img header args
  156.              3       bad POD database access
  157.              4       bad device name
  158.              5       bad device type
  159.              6       bad status update
  160.              7       unsuccessful device access
  161.              8       bad memory reference
  162.              9       failed memory allocation
  163.              10      invalid data format
  164.              11      invalid data header
  165.              12      short or empty input data file
  166.              13      short or empty firmware code file
  167.              14      bad or short input data file
  168.              15      failed transmission
  169.              16      data buffer invalid
  170.              17      test print failed
  171.              18      firmware download failed.
  172.  
  173.  
  174.      A common error exit is on empty input: the driver will return error code
  175.      12, indicating a short or empty input file, whenever the PostScript
  176.      interpreter (or another upstream filter) dies before a full page of data
  177.      was written to the driver.  This can happen when bad PostScript code is
  178.      sent to be printed, for instance.  In this case, the spooler log file
  179.      (/var/spool/lp/log) should be consulted to determine which filter failed;
  180.      an error should have been written to this file by the dying filter or
  181.      driver.
  182.  
  183.  
  184. KKKKNNNNOOOOWWWWNNNN BBBBUUUUGGGGSSSS
  185.      Manual feed requests are currently ignored: since the driver does not
  186.      implement manual feed timeouts, manual feed has been disabled.
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. DDDDEEEESSSSIIIIGGGGNNNNJJJJEEEETTTT((((1111))))                     IIIImmmmpppprrrreeeessssssssaaaarrrriiiioooo                      DDDDEEEESSSSIIIIGGGGNNNNJJJJEEEETTTT((((1111))))
  203.  
  204.  
  205.  
  206. SEE ALSO
  207.      impressario(1), printstatus(1), printpanel(1), libpod(3), libspool(3),
  208.      libstiff(3), lp(1)
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                                                         PPPPaaaaggggeeee 4444
  262.  
  263.  
  264.  
  265.